home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
gdm
/
gdmXnestWrapper
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-04-03
|
219 b
|
15 lines
#!/bin/sh
set -e
if [ -x /usr/bin/Xephyr ]; then
exec /usr/bin/Xephyr "$@"
fi
if [ -x /usr/bin/Xnest ]; then
exec /usr/bin/Xnest -name Xnest "$@"
fi
echo "Cannot find nested X server, exiting..." >&2
exit 1